testing.common.isSynctest (field)

9 uses

	testing (current package)
		testing.go#L649: 	isSynctest  bool
		testing.go#L1058: 	if !c.done && !c.isSynctest {
		testing.go#L1273: 	if c.isSynctest {
		testing.go#L1762: 	if t.isSynctest {
		testing.go#L1961: 			for root := &t.common; !root.isSynctest && root.parent != nil; root = root.parent {
		testing.go#L2051: 	if t.isSynctest {
		testing.go#L2145: 			isSynctest: true,
		testing.go#L2164: 	if t.isSynctest {
		testing.go#L2493: 	if t.isSynctest {